Q3Mesh_GetNumEdges
You can use theQ3Mesh_GetNumEdges
function to determine the number of edges of a mesh.
TQ3Status Q3Mesh_GetNumEdges ( TQ3GeometryObject mesh, unsigned long *numEdges);
mesh
- A mesh.
numEdges
- On exit, the number of edges in the specified mesh.
DESCRIPTION
TheQ3Mesh_GetNumEdges
function returns, in thenumEdges
parameter, the number of edges in the mesh specified by themesh
parameter.